The TimelineEntry<(Of <(<'T>)>)> type exposes the following members.

Constructors

  NameDescription
Public methodTimelineEntry<(Of <(<'T>)>)>
An entry in a Timeline. Includes the value, the time associated with that value and pointers to the previous and next entries

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyNext
The entry after this entry in a timeline
Public propertyPrev
The entry before this entry in a timeline
Public propertyTime
The time of an entry in a timeline
Public propertyValue
The value of an entry in a timeline

See Also